TrainingMontage

web-dev / Writing

Home About

CS Basics: Hex and 32 bit Conversion

Monday, October 4, 2021
  • CS Basics
  • Hexadecimal
  • 32 Bit Numbers
  • Number Base Conversion

Once you have a handle on basic numeral systems like binary, it's time to move on to more complicated systems. We'll cover hexadecimal and 32 bit numbers in the second CS Basics post.

CS Basics: Binary Conversion

Saturday, October 2, 2021
  • CS Basics
  • Binary
  • Number Base Conversion

Understanding how to convert numbers to and from binary, or any numeric base, is a fundamental concept in programming and computer science. Let's get a grip on those fundamentals!

© 2022 Jeff Caldwell